home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / tactic panel.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  11.0 KB  |  240 lines

  1. <panel>
  2.     <boolean id="save_current_state" value="true"/>
  3.  
  4.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  5.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  6.  
  7.     <!-- main area with panels / one visible at a time -->
  8.     <container class="titled_box" id="tptb" title="Panels">
  9.         <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  10.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  11.  
  12.         <!-- view menu -->
  13.         <!-- there are two reasons for 'emulating' the multibox menu here;
  14.             1) multiboxes does not support the widgets inframe yet,
  15.             2) multiboxes does not allow menu separators yet -->
  16.         <container embed_in_frame="true">
  17.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  18.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  19.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  20.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  21.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  22.  
  23.             <!-- Set to button for setting to a player type-->            
  24.             <widget class="embedded_popup_button" id="pstp" text="Set To[COMMENT: player instructions: set to preset popup menu label]" fixed="true" auto_size="all" embed_in_frame="true">
  25.                 <flags id="sele" value="tteh"/>
  26.                 <list id="items" />
  27.             </widget>
  28.         
  29.             <!-- view menu button -->
  30.             <widget class="embedded_popup_button" id="tpvm" sele="shom" text="View" save_current_state="true" fixed="true" auto_size="all" embed_in_frame="true">
  31.                 <boolean id="auto_tick_exclusive" value="true" />
  32.                 <list id="items">
  33.                     <record text="Positions" id="posn">
  34.                         <boolean id="tick" value="false"/>
  35.                     </record>
  36.                     <record id="----" />
  37.                     <record text="Team Instructions" id="tetb" />
  38.                     <record text="Player Instructions" id="pltb" />
  39.                     <record id="----" />
  40.                     <record text="Captains" id="cptb" />
  41.                     <record text="Playmakers" id="plmt" />
  42.                     <record text="Target Men" id="tmtb" />
  43.                     <record text="Penalty Takers" id="pktb" />
  44.                     <record text="Free Kick Takers" id="fktb" />
  45.                     <record text="Corner Takers" id="cktb" />
  46.                     <record text="Throw In Takers" id="titb" />
  47.                 </list> <!-- view menu items -->
  48.  
  49.                 <flags id="selection" value="posn" />
  50.  
  51.             </widget> <!-- popup button -->            
  52.         </container> <!-- view menu in frame container -->
  53.  
  54.  
  55.         <container class="multi_box" title="Panels" id="tdmb" >
  56.             <flags id="top_kind" value="gbox" />
  57.             <flags id="top_layout" value="horizontal" />
  58.             <record id="top_properties">
  59.                 <flags id="auto_size" value="horizontal" />
  60.                 <boolean id="fixed" value="true" />
  61.                 <string id="text" value="View" />
  62.             </record>
  63.  
  64.             <flags id="bottom_kind" value="gbox"/>
  65.             <flags id="bottom_layout" value="horizontal" />
  66.             <record id="bottom_properties" />
  67.  
  68.             <flags id="contents_kind" value="gbox" />
  69.             <flags id="changed_event" value="eipc" />
  70.             <boolean id="save_current_state" value="true"/>
  71.             
  72.             <flags id="default_item" value="posn" />
  73.  
  74.             <container class="group_box" id="posn" title="Positions">
  75.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  76.                 <widget class="pitch_with_tactics" id="ptch">
  77.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  78.                     <boolean id="vert" value="true"/>
  79.                     <integer id="pprd" value="3"/>
  80.  
  81.                     <!-- normal run, darkened run, drag run colours -->
  82.                     <colour id="ncol" name="selection" />
  83.                     <colour id="dcol" name="grey" />
  84.                     <colour id="gcol" name="gold"/>
  85.                 </widget>
  86.             </container>
  87.  
  88.             <!--  this is player instructions (+set pieces) panel  -->
  89.  
  90.             <widget class="group_box" id="pltb" title="Player Instructions" >
  91.                 <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  92.             
  93.                 <widget class="scrolling_box">
  94.                     <widget class="group_box">
  95.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0" />
  96.                         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  97.                         <layout class="fit_children_attachment" alignment="vertical,fill" inset="0" />
  98.  
  99.                         <widget class="group_box" id="lpli" title="Player Instructions" >
  100.                             <layout class="arrange_vertical_attachment" alignment="top" />
  101.                             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  102.                             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" />
  103.                             <widget class="player_instructions_panel" id="plip" />
  104.                         </widget>
  105.  
  106.                         <widget class="group_box" id="lpsp" title="Player Set Piece Instructions" >
  107.                             <layout class="arrange_vertical_attachment" alignment="top" />
  108.                             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  109.                             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" />
  110.                             <widget class="player_set_piece_instructions_panel" id="pspp" />
  111.                         </widget>
  112.                     </widget>
  113.                 </widget>
  114.             </widget>
  115.  
  116.             <!--  this is team instructions (+set piecse) panel  -->
  117.  
  118.             <widget class="group_box" id="tetb" title="Team Instructions" >
  119.                 <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  120.  
  121.                 <widget class="scrolling_box" id="test">
  122.                     
  123.                     <widget class="group_box" id="kev ">
  124.                         <layout class="arrange_vertical_attachment" alignment="top" offset="0" />
  125.                         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  126.                         <layout class="fit_children_attachment" alignment="vertical, fill" inset="0" />
  127.  
  128.                         <widget class="group_box" id="ltei" title="Team Instructions" >
  129.                             <layout class="arrange_vertical_attachment" alignment="top" />
  130.                             <layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0" />
  131.                             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" />
  132.                             <widget class="team_instructions_panel" id="teip" />
  133.                         </widget>
  134.  
  135.                         <widget class="group_box" id="ltsp" title="Team Set Piece Instructions">
  136.                             <layout class="arrange_vertical_attachment" alignment="top" />
  137.                             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  138.                             <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" />
  139.                             <widget class="team_set_piece_instructions_panel" id="tspp" />
  140.                         </widget>
  141.                     </widget>
  142.                 </widget>
  143.             </widget>
  144.  
  145.             <!--  this is the captains panel  -->
  146.  
  147.             <widget class="group_box" id="cptb" title="Captains">
  148.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  149.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  150.                 <widget class="set_piece_takers_panel" id="capt" title="Captains" set_piece_type="7" />
  151.             </widget>
  152.  
  153.             <!--  playmaker panel  -->
  154.  
  155.             <widget class="group_box" id="plmt" title="Playmakers">
  156.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  157.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  158.                 <widget class="set_piece_takers_panel" id="plat" set_piece_type="8" />
  159.             </widget>
  160.  
  161.             <!--  target men panel  -->
  162.  
  163.             <widget class="group_box" id="tmtb" title="Target Men">
  164.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  165.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  166.                 <widget class="set_piece_takers_panel" id="tamt" set_piece_type="9"/>
  167.             </widget>
  168.  
  169.             <!--  this is the penalty taker panel  -->
  170.  
  171.             <widget class="group_box" id="pktb" title="Penalty Takers" >
  172.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  173.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  174.                 <widget class="set_piece_takers_panel" id="pent" set_piece_type="6"/>
  175.             </widget>
  176.  
  177.             <!--  this is the free kick taker panel (left/right)  -->
  178.  
  179.             <widget class="group_box" id="fktb" title="Free Kick Takers">
  180.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  181.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  182.  
  183.                 <widget class="group_box" title="Free Kick Takers (Left)" >
  184.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  185.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  186.                     <widget class="set_piece_takers_panel" id="fklt" set_piece_type="0"/>
  187.                 </widget>
  188.  
  189.                 <widget class="group_box" title="Free Kick Takers (Right)" >
  190.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  191.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  192.                     <widget class="set_piece_takers_panel" id="fkrt" set_piece_type="1"/>
  193.                 </widget>
  194.             </widget>
  195.  
  196.  
  197.             <!--  this is the corner kick taker panel (left/right)  -->
  198.  
  199.             <widget class="group_box" id="cktb" title="Corner Kick Takers" >
  200.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  201.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  202.  
  203.                 <widget class="group_box" title="Corner Kick Takers (Left)" >
  204.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  205.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  206.                     <widget class="set_piece_takers_panel" id="colt" set_piece_type="2"/>
  207.                 </widget>
  208.  
  209.                 <widget class="group_box" title="Corner Kick Takers (Right)" >
  210.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  211.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  212.                     <widget class="set_piece_takers_panel" id="cort" set_piece_type="3"/>
  213.                 </widget>
  214.             </widget>
  215.  
  216.  
  217.             <!--  this is the throw in taker panel (left/right)  -->
  218.  
  219.             <widget class="group_box" id="titb" title="Throw In Takers" >
  220.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  221.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  222.  
  223.                 <widget class="group_box" title="Throw In Takers (Left)" >
  224.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  225.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  226.                     <widget class="set_piece_takers_panel" id="tilt" set_piece_type="4"/>
  227.                 </widget>
  228.  
  229.                 <widget class="group_box" title="Throw In Takers (Right)" >
  230.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  231.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  232.                     <widget class="set_piece_takers_panel" id="tirt" set_piece_type="5"/>
  233.                 </widget>
  234.             </widget>
  235.  
  236.         </container> <!-- multi box -->
  237.  
  238.     </container> <!-- titled box -->
  239.  
  240. </panel>